projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e934739
)
(report-emacs-bug): Use set-buffer-multibyte.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Apr 1998 21:06:38 +0000
(21:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Apr 1998 21:06:38 +0000
(21:06 +0000)
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index de4e1f4c24ed8c2b30dd463eb1cfbcf3489a68ee..d3168c687954227d10793920a780822ba012b0ef 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-155,7
+155,7
@@
Type SPC to scroll through this section and its subsections.")))
(make-local-variable 'mail-send-hook)
(add-hook 'mail-send-hook 'report-emacs-bug-hook)
;; Discourage users to write non-English text.
- (set
q enable-multibyte-characters
nil)
+ (set
-buffer-multibyte
nil)
(save-excursion
(goto-char (point-max))
(skip-chars-backward " \t\n")